object InputForm: TInputForm Left = 200 Top = 108 ActiveControl = InputEdit BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'InputForm' ClientHeight = 112 ClientWidth = 302 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object PromptLabel: TLabel Left = 40 Top = 8 Width = 221 Height = 29 AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object InputEdit: TEdit Left = 36 Top = 40 Width = 229 Height = 21 TabOrder = 0 end object Button1: TButton Left = 59 Top = 72 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 167 Top = 72 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end end